Nevron .NET Vision
Nevron Namespace / NLicense Class / NLicense Constructor / NLicense Constructor(List<NLicenseKey>,List<NLicenseKey>)


In This Topic
    NLicense Constructor(List<NLicenseKey>,List<NLicenseKey>)
    In This Topic
    Creates a new license from the specified license keys.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal licenseKeys As System.Collections.Generic.List(Of NLicenseKey), _
       ByVal revokeKeys As System.Collections.Generic.List(Of NLicenseKey) _
    )
    'Usage
     
    
    Dim licenseKeys As System.Collections.Generic.List(Of NLicenseKey)
    Dim revokeKeys As System.Collections.Generic.List(Of NLicenseKey)
     
    Dim instance As New NLicense(licenseKeys, revokeKeys)
    public NLicense( 
       System.Collections.Generic.List<NLicenseKey> licenseKeys,
       System.Collections.Generic.List<NLicenseKey> revokeKeys
    )

    Parameters

    licenseKeys
    revokeKeys
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also